home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00029_nextarrow action 1.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  224 b   |  16 lines

  1. on mouseUp
  2.   puppetSound(2, "click")
  3.   go(the frame + 1)
  4. end
  5.  
  6. on mouseEnter
  7.   puppetSound(3, "over")
  8.   sprite(40).visible = 1
  9.   sprite(41).visible = 1
  10. end
  11.  
  12. on mouseLeave
  13.   sprite(40).visible = 0
  14.   sprite(41).visible = 0
  15. end
  16.